home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Electronic Clipper 1998 September
/
Electronic Clipper 1998-09.iso
/
Idea Source®
/
behind.dir
/
00020_Script_rollover
< prev
next >
Wrap
Text File
|
1998-07-15
|
502b
|
37 lines
on mouseenter me
set the visible of sprite (the spritenum of me -4) to false
updatestage
end
on mouseleave me
set the visible of sprite (the spritenum of me -4) to true
set the visible of sprite (the spritenum of me -8) to true
updatestage
end
on mousedown me
set the visible of sprite (the spritenum of me -8) to false
updatestage
end
on mouseup me
set the visible of sprite (the spritenum of me -8) to true
updatestage
end